-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐞 Fix the hang of the spinner and progress bar on stop #162
Conversation
Skipping CI for Draft Pull Request. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main knative/client-pkg#162 +/- ##
==========================================
- Coverage 57.57% 57.56% -0.01%
==========================================
Files 112 112
Lines 8379 8387 +8
==========================================
+ Hits 4824 4828 +4
- Misses 3294 3298 +4
Partials 261 261 ☔ View full report in Codecov by Sentry. |
Although the 0ff3298 fix the hanging of #161, it causes the https://github.com/cardil/ghet progress bar stops rendering to early, leading to the final output could show progress bars which are not 100%, even if completed successfully:
|
81c6bd5
to
0ef424a
Compare
0ef424a
to
dd86562
Compare
/cc @dsimansk I think I got it. This version was tested against both e2e tests in magetasks, and the ghet tool (the progress bar UI is completed now). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/lgtm
I'm OK to merge per Chris' proposal even with not so polished end of progress bar for now. And further improve in next iterations.
Adding hold for other reviews, feel free to unhold per my comment above.
/hold
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cardil, dsimansk The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold I'll create an issue to track the removal of the explicit wait. Thx @dsimansk! |
/lgtm Glad this is being merged now, and we can track that quirk separately 👍🏻 |
Changes
/kind bug
Fixes #160
Fixes #161
Release Note